home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sacred & Secular
/
Sacred and Secular.iso
/
pc
/
movies
/
shared.dir
/
04845_Script__PanPic handlerPanPic handler.ls
< prev
next >
Wrap
Text File
|
1996-04-03
|
401b
|
23 lines
on mouseDOWN
if the doubleclick then
dontpassevent
else
set h = the mouseH
if the mouseV > the top of sprite 4 and the mouseH > the left of sprite 4 then
goCaption2
else
if h < 20 then
swapPic(0,3)
else if h > 620 then
swapPic(1,3)
else
PanPic
end if
end if
end if
end